home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00191.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  135 b   |  8 lines

  1. on mouseUp
  2.   startTimer()
  3.   set oldCursors to saveCursors()
  4.   clearCursors()
  5.   play frame "SLIDESHOW"
  6.   restoreCursors(oldCursors)
  7. end
  8.